-
Notifications
You must be signed in to change notification settings - Fork 3
Fix issue with CZI autostitch options #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #105 +/- ##
====================================
- Coverage 25% 25% -0%
====================================
Files 25 25
Lines 1690 1703 +13
====================================
+ Hits 421 422 +1
- Misses 1269 1281 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
That allows for a central place to change options instead of copy/paste
| return out_file | ||
|
|
||
|
|
||
| def get_reader(path_to_file, setFlattenedResolutions=False): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add to release changelog #126
CZI files are still opened with the
AutoStitchoption enabled, even if off in the Bio-Formats configuration.This PR disables this option in all cases.